home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / main.dxr / 00164.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  149 b   |  10 lines

  1. global gwind
  2.  
  3. on exitFrame
  4.   gwind = gwind + random(10000) + [1, -1][random(2)]
  5.   if abs(gwind) > 10 then
  6.     gwind = 2
  7.   end if
  8.   go(the frame)
  9. end
  10.